URI::Title::iTMS is the plugin for
URI::Title that copes with Apple's iTunes Music Store URLs. The problem was that it relied on a function from
Net::iTMS that was only present in versions less that 0.1, namely
my $info = fetch_iTMS_info( $uri )
or die "iTMS / Not an iTMS url";
$title
(
Read more... )